Skip to content

AndresPaulino/lesson-plans

Repository files navigation

PlanifAI

A lesson plan generator using OpenAI's Chat-GPT API

Screenshots

planifai_screenshot

Run Locally

Clone the project

  git clone https://github.com/AndresPaulino/lesson-plans.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env.local file You will need to generate your API key by going here

PUBLIC_NEXT_OPENAI_API_KEY

Features

  • Responsive and unique design
  • Generates limitless lesson plans in under 30 seconds
  • Wide range of subjects to choose from
  • PreK - 12th grade availability

Roadmap

  • Subject sub-categories for more specific lesson plan generations

  • Add more integrations

Acknowledgements